home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_436 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-15  |  311 b   |  12 lines

  1. on(release){
  2.    if(_root.created == 0)
  3.    {
  4.       _root.you.you2.head.nextFrame();
  5.       _root.you.you2.torso.nextFrame();
  6.       _root.you.you2.glover.nextFrame();
  7.       _root.you.you2.glovel.nextFrame();
  8.       _root.you.you2.upperarml.nextFrame();
  9.       _root.you.you2.upperarmr.nextFrame();
  10.    }
  11. }
  12.